chore(deps): upgrade from nextjs 15.4.1 to 15.4.8 and upgrade turborepo#2180
Merged
waleedlatif1 merged 1 commit intostagingfrom Dec 4, 2025
Merged
chore(deps): upgrade from nextjs 15.4.1 to 15.4.8 and upgrade turborepo#2180waleedlatif1 merged 1 commit intostagingfrom
waleedlatif1 merged 1 commit intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile OverviewGreptile SummaryThis PR upgrades Next.js from version 15.4.1 to 15.4.8 and Turborepo from 2.6.1 to 2.6.2 across all packages in the monorepo.
Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Root as Root package.json
participant Sim as apps/sim/package.json
participant Docs as apps/docs/package.json
participant Lock as bun.lock
participant Next as Next.js 15.4.8
participant Turbo as Turborepo 2.6.2
Dev->>Root: Update next: 15.4.1 → 15.4.8
Dev->>Root: Update @next/env: 15.4.1 → 15.4.8
Dev->>Root: Update turbo: 2.6.1 → 2.6.2
Dev->>Sim: Update next: ^15.4.1 → 15.4.8
Dev->>Sim: Update overrides for next and @next/env
Dev->>Docs: Update next: 15.4.1 → 15.4.8
Dev->>Lock: Run bun install
Lock->>Next: Resolve Next.js 15.4.8 + SWC binaries
Lock->>Turbo: Resolve Turborepo 2.6.2
Lock-->>Dev: Lock file updated
Note over Root,Lock: All packages now use Next.js 15.4.8
Note over Root,Turbo: Turborepo upgraded to 2.6.2
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Type of Change
Testing
Tested manually
Checklist